home *** CD-ROM | disk | FTP | other *** search
/ DS-CD ROM 2 1993 August / DS CD-ROM 2.Ausgabe (August 1993).iso / hobby / ds0014 / bsp.bat < prev    next >
DOS Batch File  |  1992-04-01  |  612b  |  14 lines

  1. echo off
  2. cls
  3. echo  
  4. echo        ╔════════════════════════════════════════════════╗
  5. echo        ║        Installation der Beispieldatei          ║
  6. echo        ╚════════════════════════════════════════════════╝
  7. if not exist %1\ctobiblo\9\*.* md %1\ctobiblo\9
  8. if not exist %1\ctobiblo\9\NUL md %1\ctobiblo\9
  9. if exist \ctobiblo\beispiel.dbf copy \ctobiblo\beispiel.dbf \ctobiblo\9\biblo.dbf /v
  10. echo  
  11. echo        ╔═════════════════════════════════════════════════╗ 
  12. echo        ║    Die Beispieldatei ist jetzt installiert !    ║
  13. echo        ╚═════════════════════════════════════════════════╝  
  14. echo